Complex Numbers in AC Circuits

This page has some issues displaying the notation I used at the time. I'm still working on it.

Complex numbers are an easy way to perform mathematical computations with AC quantities. While you can use Trigonometry and the Pythagorean Theorem to solve for magnitudes and values, two notations exist to make life easier.

In rectangular notation, the complex number has two parts, one real and one imaginary. The real number represents the in phase and resistive element, and is plotted on the X-axis. The imaginary number, is represented on the Y-axis. To input an imaginary number on your calculator, you use the i button. The real number is input, followed by + or – depending on if the imaginary number is a positive or negative angle, then the imaginary number, followed by the i symbol. On my Ti-89, to show an i you press (2nd > Catalog). It ends up looking like this.

3 + 4i

This tells you that 3 is the Adjacent (horizontal axis) and 4 is the Opposite (vertical axis). If you input numbers in this fashion, and put your calculator in Polar form notation, it will give you the hypotenuse, and the phase angle, all at once.

rect1.JPGPolar form notation shows you the length (hypotenuse) and the angle of the resulting vector. The angle symbol on the Ti-89 is generated by the keystrokes (2nd > EE). In this example, you would see

5 ∟ 53.1301°

This can be confirmed by using the sin and cos functions.

5 * sin(53.1301°) = 4
5 * cos(53.1301°) = 3

With your calculator in Rectangular form, you can input polar equations and have them return a real number and an imaginary number. On my calculator I need to enclose the polar notation in brackets.

(5 ∟53.1301°) = 3 + 4 * i

polar1.JPGYou can also use built in functions on a Ti 89 to do these conversions on the fly. Press the catalog button and you will find â–ºRect and â–ºPolar. You can use these functions without changing the mode of your calc.

(5 ∟ 53.1301°) ►Rect
returns
3 + 4 i

and also
(3 + 4 i) â–ºPolar
returns
5 ∟ 53.1301°

Algebraic Operations in Rectangular notation

Addition (add the in phase terms, and add the out of phase terms)

10 + 10i
15 + 15i
———
25 + 25i

Subtraction (change the sign of the subtrahend and add each)

10 + 10i
-5 – 15i
———
5 – 5i

Algebraic Operations in Polar notation

Multiplication (Multiply the magnitudes and add the angles)

5 ∟ 30°
20 ∟ -15°
———-
100 ∟ 15°

Division (Divide one magnitude by the other and subtract the angles)

35 ∟ 60°
140 ∟ 20°

35 / 140 = .25
60° – 20° = 40°
so the answer is
.25 ∟ 40°

References:
Foundations of Electronics, by Russell L Meade
Basic Electronics, by Bernard Grob

 

 

Proudly powered by Text Editors and some Internet Searches.

2023 dispelled.ca end of file.